Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 11 - Renderer Objects / Renderer Objects Reference
Renderer Objects Routines / Managing Interactive Renderers


Q3InteractiveRenderer_GetPreferences

You can use the Q3InteractiveRenderer_GetPreferences function to get the current preference settings of the interactive renderer.

TQ3Status Q3InteractiveRenderer_GetPreferences (
TQ3RendererObject renderer, 
long *vendorID, 
long *engineID);
renderer
An interactive renderer.
vendorID
On exit, the vendor ID currently associated with the interactive renderer. See "Vendor IDs" on page 11-10 for the values that can be returned in this parameter.
engineID
On exit, the engine ID currently associated with the interactive renderer. See "Engine IDs" on page 11-11 for the values that can be returned in this parameter.
DESCRIPTION
The Q3InteractiveRenderer_GetPreferences function returns, in the vendorID and engineID parameters, the vendor and engine IDs currently associated with the interactive renderer specified by the renderer parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996